PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFMatrix Class / transformVector Method / transformVector(double,double) Method
X coordinate of the point.
Y coordinate of the point.
In This Topic
    transformVector(double,double) Method
    In This Topic
    Applies only the scale and rotate components of this matrix to the specified point.
    Syntax
    public PDFPoint transformVector( 
       double x,
       double y
    )

    Parameters

    x
    X coordinate of the point.
    y
    Y coordinate of the point.

    Return Value

    Transformed point.
    See Also